Error: Module not found: Error: Cant resolve fs

117

Error: Module not found: Error: Can't resolve 'fs' -

Add the following to the root of the "package.json" file.

"browser": {
  "fs": false,
  "path": false,
  "os": false
}

Comments

Submit
0 Comments